Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@tolgee/core
Advanced tools
Library providing ability to translate messages directly in context of developed application.
Core library of Tolgee localization toolkit. For more information about Tolgee Toolkit, visit our documentation website toolkit.tolgee.io.
npm install @tolgee/core --save
First, create a Tolgee instance and run it.
import {Tolgee} from "@tolgee/core";
const tg = Tolgee.init({
apiKey: "your_api_key",
apiUrl: "https://app.tolgee.io",
})
tg.run();
Then, use it to translate your strings.
tg.onLangLoaded.subscribe(() => {
document.title = tg.translate("hello_world");
});
To learn more, check Hello World example.
FAQs
Library providing ability to translate messages directly in context of developed application.
The npm package @tolgee/core receives a total of 29,470 weekly downloads. As such, @tolgee/core popularity was classified as popular.
We found that @tolgee/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonarβs acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.